SftTabs/NET 6.0

ShadowColor Property, SftTabs Class

Softel vdm, Inc.

Defines the border color used for shadow areas.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Property ShadowColor As Color

C#   

public Color ShadowColor { get; set; }

C++   

public: property Color ShadowColor {
        Color get();
        void set(Color value);
}

Property Value

The color used for shadow areas.

The default value is SystemColors.ControlDark.

Comments

The ShadowColor property defines the border color used for shadow areas.

If the tab control uses Windows themes, the HighlightColor property has no effect.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com